//==============================================================================
// Lightning Charge_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments;
//==============================================================================
//==============================================================================
define ElectricFlash
{
   set hotspot
   {
      version
      {
        		Visualparticle Zeus ElectricalFlash SFX
      }
   }
}
//==============================================================================
define StrikeFlash
{
   set hotspot
   {
      version
      {
        		Visualparticle sfx g lightning strike flash
      }
   }
}
//==============================================================================
define Flash
{
   set hotspot
   {
      version
      {
         		Visualparticle SFX G Arkantos Flash Cine
      }
   }
}
//==============================================================================
define Fire
{
   set hotspot
   {
      version
      {
        		Visualparticle sfx g lightning strike fire
      }
   }
}
//==============================================================================
define FireBowl
{
   set hotspot
   {
      version
      {
        		Visualparticle sfx g lightning strike fire bowl
      }
   }
}
//==============================================================================
define Smoke
{
   set hotspot
   {
      version
      {
        		Visualparticle sfx g lightning strike smoke
      }
   }
}
//==============================================================================
//==============================================================================
//Visuals;
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual LightningCharge_idle
			Connect ATTACHPOINT ElectricFlash hotspot
			Connect ATTACHPOINT StrikeFlash hotspot
			Connect ATTACHPOINT Flash hotspot
			Connect ATTACHPOINT Fire hotspot
			Connect ATTACHPOINT FireBowl hotspot
			Connect ATTACHPOINT Smoke hotspot
			tag SpecificSoundSet 0.01 false ZeusLightningChargeSFX checkVisible
			Length 0.80
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual jimmy
	 }
      }
   }
}